object CouleurTransForm: TCouleurTransForm Left = 325 Top = 186 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Couleur de transparence' ClientHeight = 265 ClientWidth = 314 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BAnnuler: TButton Left = 224 Top = 224 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 144 Top = 224 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 224 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object PnlFond: TPanel Left = 8 Top = 8 Width = 297 Height = 161 BevelOuter = bvNone TabOrder = 3 object LblN: TLabel Left = 8 Top = 64 Width = 48 Height = 13 Caption = 'Tol'#233'rance' end object Label1: TLabel Left = 8 Top = 8 Width = 42 Height = 13 Caption = 'Couleur :' end object TBN: TTrackBar Left = 3 Top = 80 Width = 294 Height = 33 Max = 100 Orientation = trHorizontal PageSize = 5 Frequency = 5 Position = 30 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object RBCombiner: TRadioButton Left = 8 Top = 120 Width = 281 Height = 17 Caption = 'Combiner avec la transparence actuelle' Checked = True TabOrder = 1 TabStop = True OnClick = OptionChange end object RBRemplacer: TRadioButton Left = 8 Top = 140 Width = 281 Height = 17 Caption = 'Remplacer la transparence actuelle' TabOrder = 2 OnClick = OptionChange end object ColorEdit: TColorEdit Left = 8 Top = 24 Width = 89 Height = 21 BorderStyle = bsSingle Color = clBlack CustomText = 'Autres couleurs...' ReadOnly = True OnChange = OptionChange end end object CBAnnulerTransp: TCheckBox Left = 17 Top = 180 Width = 280 Height = 17 Caption = 'D'#233'sactiver la transparence' TabOrder = 4 OnClick = CBAnnulerTranspClick end end